type github.com/klauspost/compress/zstd.fastEncoderDict

9 uses

	github.com/klauspost/compress/zstd (current package)
		enc_dfast.go#L31: 	fastEncoderDict
		enc_fast.go#L31: type fastEncoderDict struct {
		enc_fast.go#L534: func (e *fastEncoderDict) Encode(blk *blockEnc, src []byte) {
		enc_fast.go#L814: func (e *fastEncoderDict) Reset(d *dict, singleBlock bool) {
		enc_fast.go#L882: func (e *fastEncoderDict) ResetPrefix([]byte) {
		enc_fast.go#L886: func (e *fastEncoderDict) markAllShardsDirty() {
		enc_fast.go#L890: func (e *fastEncoderDict) markShardDirty(entryNum uint32) {
		encoder_options.go#L55: 			return &fastEncoderDict{fastEncoder: fastEncoder{fastBase: fastBase{maxMatchOff: int32(o.windowSize), bufferReset: math.MaxInt32 - int32(o.windowSize*2), lowMem: o.lowMem}}}
		encoder_options.go#L61: 			return &doubleFastEncoderDict{fastEncoderDict: fastEncoderDict{fastEncoder: fastEncoder{fastBase: fastBase{maxMatchOff: int32(o.windowSize), bufferReset: math.MaxInt32 - int32(o.windowSize*2), lowMem: o.lowMem}}}}